Skip to content

Commit

Permalink
More PR references
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Jul 30, 2024
1 parent da9eefb commit 9d3a124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Carleson/ToMathlib/Height.lean
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ theorem ENat.lt_add_one_iff (n m : ℕ∞) (hm : n ≠ ⊤) : m < n + 1 ↔ m
· norm_num
· norm_cast; omega

-- Parts of it in https://github.com/leanprover-community/mathlib4/pull/15347
lemma ENat.iSup_eq_coe_iff' {α : Type*} [Nonempty α] (f : α → ℕ∞) (n : ℕ) :
(⨆ x, f x = n) ↔ (∃ x, f x = n) ∧ (∀ y, f y ≤ n) := by
constructor
Expand Down

0 comments on commit 9d3a124

Please sign in to comment.