Theorems · Theorem · order theory
Function.frameMinimalAxioms
∀ {α : Type u} {β : Type v} [inst : CompleteLattice α] [inst_1 : CompleteLattice β],
Order.Frame.MinimalAxioms β →
∀ (f : α → β),
(∀ {x y : α}, f x ≤ f y ↔ x ≤ y) →
(∀ (a b : α), f (a ⊓ b) = f a ⊓ f b) → (∀ (s : Set α), f (sSup s) = ⨆ a ∈ s, f a) → Order.Frame.MinimalAxioms αPullback an Order.Frame.MinimalAxioms along an injection.
- Defined in
- Mathlib.Order.CompleteBooleanAlgebra
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.imageproof · cited by 5,609
- iSupstatement and proof · cited by 2,415
- CompleteLatticestatement and proof · cited by 1,048
- SupSet.sSupstatement and proof · cited by 954
- Eq.geproof · cited by 375
- iSup_congr_Propproof · cited by 247
- sSup_imageproof · cited by 36
- iSup_imageproof · cited by 12
- Order.Frame.MinimalAxiomsstatement and proof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- Function.completeDistribLatticeMinimalAxiomsproof · cited by 1
- Function.Injective.frameMinimalAxiomsproof · cited by 0