// This prints the left floatting menu
Dedukti    Load Matita      Load Coq         Load Lean        Load PVS         Load OpenTheory Load
Dedukti-jumb

Axiom

connectives.or_intror

Statement

∀ A B, B ⇒ A ∨ B

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom or_intror : forall (A:Prop), forall (B:Prop), B -> Or A B



Matita-Jumb
Statement

axiom or_intror : \forall (A:Prop). \forall (B:Prop). (B) -> (Or) A B



Lean-jumb
Statement

axiom or_intror : forall (A:Prop) , forall (B:Prop) , (B) -> (((connectives.Or) ) (A)) (B)



PVS-jumb

Statement

or_intror : AXIOM (FORALL(A:bool):(FORALL(B:bool):(B => connectives_sttfa.sttfa_Or(A)(B))))



OpenTheory

Printing for OpenTheory is not working at the moment.