Pred : Type -> Typerecord (<->) : (a -> Type) -> (a -> Type) -> TypeIf and only if relation between predicates
.If : p <-> q -> (x : a) -> q x -> p xIf : p <-> q -> (x : a) -> q x -> p x.onlyIf : p <-> q -> (x : a) -> p x -> q xonlyIf : p <-> q -> (x : a) -> p x -> q x(/\) : Pred a -> Pred a -> Pred a(\/) : Pred a -> Pred a -> Pred atrue : Pred afalse : Pred a