logic.eq_coerc
∀ A B, A ⇒ A = B ⇒ B
Theorem eq_coerc : forall (A:Prop), forall (B:Prop), A -> (eq (Prop) A B) -> B.
theorem eq_coerc : \forall (A:Prop). \forall (B:Prop). (A) -> ((eq) (Prop) A B) -> B.
theorem eq_coerc : forall (A:Prop) , forall (B:Prop) , (A) -> ((((logic.eq_) (Prop)) (A)) (B)) -> B.
eq_coerc : LEMMA (FORALL(A:bool):(FORALL(B:bool):(A => (logic_sttfa.eq[bool](A)(B) => B))))
Printing for OpenTheory is not working at the moment.