You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Equations per_univ_elem_ind' (i : nat) (a b : domain) (R : relation domain)
195
194
(H : {{ DF a ≈ b ∈ per_univ_elem_core i (fun j lt_j_i a a' => exists R', {{ DF a ≈ a' ∈ per_univ_elem j ↘ R' }}) ↘ R }}) : {{ DF a ≈ b ∈ motive i ↘ R }} by wf i :=
196
-
per_univ_elem_ind' i a b R H :=
195
+
| i, a, b, R, H =>
197
196
per_univ_elem_core_strong_ind i _ (motive i)
198
197
(fun j j' j_lt_i eq => case_U j j' i j_lt_i eq (fun A B R' H' => per_univ_elem_ind' _ A B R' _))
0 commit comments