Mathlib Map

Theorems · Definition · logic and foundations

FirstOrder.Language.Substructure.giMapComap

{L : FirstOrder.Language} →
  {M : Type w} →
    {N : Type u_1} →
      [inst : L.Structure M] →
        [inst_1 : L.Structure N] →
          {f : L.Hom M N} →
            Function.Surjective ⇑f →
              GaloisInsertion (FirstOrder.Language.Substructure.map f) (FirstOrder.Language.Substructure.comap f)

map f and comap f form a GaloisInsertion when f is surjective.

Defined in
Mathlib.ModelTheory.Substructures
Cited by
9 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FirstOrder.Language.StructureFirstOrder.Language.Structure

Around this declaration

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

FirstOrder.Language.Substructure.map_comap_eq_of_surjective · cited by 0Substructure.map_comap_eq…FirstOrder.Language.Substructure.map_iInf_comap_of_surjective · cited by 0Substructure.map_iInf_com…FirstOrder.Language.Substructure.map_iSup_comap_of_surjective · cited by 0Substructure.map_iSup_com…FirstOrder.Language.Substructure.map_inf_comap_of_surjective · cited by 0Substructure.map_inf_coma…FirstOrder.Language.Substructure.comap_injective_of_surjective · cited by 0Substructure.comap_inject…FirstOrder.Language.Substructure.comap_le_comap_iff_of_surjective · cited by 0Substructure.comap_le_com…FirstOrder.Language.Substructure.map_sup_comap_of_surjective · cited by 0Substructure.map_sup_coma…FirstOrder.Language.Substructure.map_surjective_of_surjective · cited by 0Substructure.map_surjecti…FirstOrder.Language.Substructure.comap_strictMono_of_surjective · cited by 0Substructure.comap_strict…DFunLike.coe · cited by 62936DFunLike.coeFirstOrder.Language · cited by 1084FirstOrder.LanguageFirstOrder.Language.Structure · cited by 775Language.StructureFirstOrder.Language.Substructure · cited by 242Language.SubstructureFirstOrder.Language.Hom · cited by 107Language.HomFirstOrder.Language.Substructure.map · cited by 49Substructure.mapGaloisInsertion · cited by 35GaloisInsertionFirstOrder.Language.Substructure.comap · cited by 31Substructure.comapFirstOrder.Language.Substructure.gc_map_comap · cited by 14Substructure.gc_map_comapGaloisConnection.toGaloisInsertion · cited by 0GaloisConnection.toGalois…Substructure.giMapComapCITED BYCITES

Cites10

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

Cited by9

Results whose statement or proof uses this declaration.