Skip to content
Snippets Groups Projects
Commit 46b07e87 authored by gabrielhdt's avatar gabrielhdt
Browse files

not injective

parent b6269c31
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ symbol cstr_maxcast_idem: ε (∀B (λt, ∀ {t} (λx, π t (maxcast x))))
private constant symbol max_eq: Set → Set → Bool
set infix 6 "≃" ≔ max_eq
injective symbol eqcast {fr: Set} {to: Set}: ε (fr ≃ to) → η fr → η to
symbol eqcast {fr: Set} {to: Set}: ε (fr ≃ to) → η fr → η to
definition compatible (t u: Set) ≔ μ t ≃ μ u
set infix 6 "~" ≔ compatible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment