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

Constant

connectives.ex

Type

∀ A, (A → ℙ) → ℙ

Main Dependencies
Theory

Coq-Jumb
Type

Parameter ex : forall (A:Type), (A -> Prop) -> Prop



Matita-Jumb
Type

axiom ex : \forall A : Type[0] . (A -> Prop) -> Prop



Lean-jumb
Type

constant ex : forall (A : Type) , ((A) -> Prop) -> Prop



PVS-jumb

Type

sttfa_ex [A:TYPE+] : [[A -> bool] -> bool]



OpenTheory

Printing for OpenTheory is not working at the moment.