Mathlib Map

Theorems · Theorem · order theory

Function.Surjective.iSup_congr

∀ {α : Type u_1} {ι : Sort u_4} {ι' : Sort u_5} [inst : SupSet α] {f : ι → α} {g : ι' → α} (h : ι → ι'),
  Function.Surjective h → (∀ (x : ι), g (h x) = f x) → ⨆ x, f x = ⨆ y, g y
Defined in
Mathlib.Order.CompleteLattice.Basic
Cited by
14 results in Mathlib
Foundations
Depth 8 from the axioms · uses propext, Quot.sound
Assumes
SupSet

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by14

Results whose statement or proof uses this declaration.