Skip to content

Commit

Permalink
comments and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
YnirPaz committed Oct 13, 2024
1 parent 5c9cb52 commit 5cad993
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Mathlib/SetTheory/Ordinal/Arithmetic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,7 @@ set_option linter.deprecated false in
theorem sup_le_iff {ι : Type u} {f : ι → Ordinal.{max u v}} {a} : sup.{_, v} f ≤ a ↔ ∀ i, f i ≤ a :=
Ordinal.iSup_le_iff

/-- `ciSup_le'` whenever the input type is small in the output universe. -/
protected theorem iSup_le {ι} {f : ι → Ordinal.{u}} {a} :
(∀ i, f i ≤ a) → iSup f ≤ a :=
ciSup_le'
Expand Down
1 change: 0 additions & 1 deletion Mathlib/SetTheory/Ordinal/FixedPoint.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Authors: Violeta Hernández Palacios, Mario Carneiro
-/
import Mathlib.SetTheory.Ordinal.Enum
import Mathlib.SetTheory.Ordinal.Exponential
import Mathlib.Logic.UnivLE

/-!
# Fixed points of normal functions
Expand Down

0 comments on commit 5cad993

Please sign in to comment.