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

Axiom

connectives.match_ex_prop

Statement

∀ P return, ∀ x, P x ⇒ return ⇒ ex P ⇒ return

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom match_ex_prop : forall A, forall (P:(A -> Prop)), forall (return_:Prop), (forall (x:A), (P x) -> return_) -> (ex (A) P) -> return_



Matita-Jumb
Statement

axiom match_ex_prop : \forall A. \forall (P:A -> Prop). \forall (return_:Prop). (\forall (x:A). (P x) -> return_) -> ((ex) (A) P) -> return_



Lean-jumb
Statement

axiom match_ex_prop : forall (A : Type) , forall (P:(A) -> Prop) , forall (return:Prop) , (forall (x:A) , ((P) (x)) -> return) -> (((connectives.ex) (A)) (P)) -> return



PVS-jumb

Statement

match_ex_prop [A:TYPE+] : AXIOM (FORALL(P:[A -> bool]):(FORALL(return:bool):((FORALL(x:A):(P(x) => return)) => (connectives_sttfa.sttfa_ex[A](P) => return))))



OpenTheory

Printing for OpenTheory is not working at the moment.