theorem
proved
term proof
quantified_universal_forcing
show as:
view Lean formalization →
formal statement (Lean)
114theorem quantified_universal_forcing :
115 ∀ R S : StrictLogicRealization,
116 AdmissibleRealization R → AdmissibleRealization S → True := by
proof body
Term-mode proof.
117 intro R S _ _
118 trivial
119
120/-! ## Master cert -/
121