Mathlib Map

Theorems · Definition · order theory

Function.Injective.coframe

{α : Type u} →
  {β : Type v} →
    [inst : Max α] →
      [inst_1 : Min α] →
        [inst_2 : LE α] →
          [inst_3 : LT α] →
            [inst_4 : SupSet α] →
              [inst_5 : InfSet α] →
                [inst_6 : Top α] →
                  [inst_7 : Bot α] →
                    [inst_8 : HNot α] →
                      [inst_9 : SDiff α] →
                        [inst_10 : Order.Coframe β] →
                          (f : α → β) →
                            Function.Injective f →
                              (∀ {x y : α}, f x ≤ f y ↔ x ≤ y) →
                                (∀ {x y : α}, f x < f y ↔ x < y) →
                                  (∀ (a b : α), f (a ⊔ b) = f a ⊔ f b) →
                                    (∀ (a b : α), f (a ⊓ b) = f a ⊓ f b) →
                                      (∀ (s : Set α), f (sSup s) = ⨆ a ∈ s, f a) →
                                        (∀ (s : Set α), f (sInf s) = ⨅ a ∈ s, f a) →
                                          f ⊤ = ⊤ →
                                            f ⊥ = ⊥ →
                                              (∀ (a : α), f (¬a) = ¬f a) →
                                                (∀ (a b : α), f (a \ b) = f a \ f b) → Order.Coframe α

Pullback an Order.Coframe along an injection.

Defined in
Mathlib.Order.CompleteBooleanAlgebra
Cited by
0 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MaxMinLELTSupSetInfSetTopBotHNotSDiffOrder.Coframe

Around this declaration

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

Cites19

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
  • Top.topstatement and proof · cited by 9,680
  • Bot.botstatement and proof · cited by 4,720
  • iSupstatement and proof · cited by 2,415
  • iInfstatement and proof · cited by 1,690
  • CompleteLatticeproof · cited by 1,048
  • SupSet.sSupstatement and proof · cited by 954
  • InfSet.sInfstatement and proof · cited by 935
  • SupSetstatement and proof · cited by 154
  • InfSetstatement and proof · cited by 145
  • CoheytingAlgebraproof · cited by 96
  • Botstatement and proof · cited by 96

Cited by2

Results whose statement or proof uses this declaration.