Theorems · Theorem · logic and foundations
FirstOrder.Language.Theory.CompleteType.mk.injEq
∀ {L : FirstOrder.Language} {T : L.Theory} {α : Type w} (toTheory : (L.withConstants α).Theory)
(subset' : (L.lhomWithConstants α).onTheory T ⊆ toTheory) (isMaximal' : toTheory.IsMaximal)
(toTheory_1 : (L.withConstants α).Theory) (subset'_1 : (L.lhomWithConstants α).onTheory T ⊆ toTheory_1)
(isMaximal'_1 : toTheory_1.IsMaximal),
({ toTheory := toTheory, subset' := subset', isMaximal' := isMaximal' } =
{ toTheory := toTheory_1, subset' := subset'_1, isMaximal' := isMaximal'_1 }) =
(toTheory = toTheory_1)- Defined in
- Mathlib.ModelTheory.Types
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Theorystatement and proof · cited by 154
- FirstOrder.Language.Sentencestatement · cited by 127
- FirstOrder.Language.withConstantsstatement and proof · cited by 108
- FirstOrder.Language.lhomWithConstantsstatement and proof · cited by 39
- FirstOrder.Language.Theory.CompleteTypestatement · cited by 35
- FirstOrder.Language.LHom.onTheorystatement and proof · cited by 27
- FirstOrder.Language.Theory.IsMaximalstatement and proof · cited by 10
- FirstOrder.Language.Theory.CompleteType.mk.injproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.