Skip to content

Commit

Permalink
Update UrysohnsLemma.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
yoh-tanimoto authored Apr 19, 2024
1 parent 02f60ce commit 9763e4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Mathlib/Topology/UrysohnsLemma.lean
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,9 @@ lemma exists_forall_tsupport_iUnion_one_iUnion_of_isOpen_isClosed [NormalSpace X
simp only [mem_setOf_eq, toFinset_setOf, ContinuousMap.mul_apply, ContinuousMap.coe_prod,
ContinuousMap.coe_sub, ContinuousMap.coe_one, Finset.prod_apply]
apply unitInterval.mul_mem
· apply prod_mem -- gives an error "tactic 'apply' failed, failed to unify". `(1 - g c) x` needs to be understood as `fun c => (1 - g c) x`
· sorry
-- apply prod_mem gives an error "tactic 'apply' failed, failed to unify". `(1 - g c) x` needs to be understood as `fun c => (1 - g c) x

Check failure on line 702 in Mathlib/Topology/UrysohnsLemma.lean

View workflow job for this annotation

GitHub Actions / Lint style

Mathlib/Topology/UrysohnsLemma.lean#L702: ERR_LIN: Line has more than 100 characters
-- leaving a code using an ad hoc lemma icc_prod_Icc in https://github.com/yoh-tanimoto/mathlib4/blob/yoh/yoh/RMK/urysohn.lean
-- · apply icc_prod_Icc i.val
-- constructor
-- · rw [hg]
Expand Down

0 comments on commit 9763e4c

Please sign in to comment.