Skip to content

Commit

Permalink
work-around dsimp Function.eval
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Aug 15, 2024
1 parent 5fcef86 commit 8c36154
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Mathlib/Order/OmegaCompletePartialOrder.lean
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,11 @@ def apply : (α →𝒄 β) × α →𝒄 β where
apply le_antisymm
· apply ωSup_le
intro i
dsimp
dsimp []
-- TODO: This is a rfl lemma, why does this not work?
fail_if_success dsimp [Function.eval.eq_1]
-- Why do we need this?
dsimp [Function.eval]
rw [(c _).fst.continuous]
apply ωSup_le
intro j
Expand Down

0 comments on commit 8c36154

Please sign in to comment.