(* GROUND NOTATION **********************************************************)
-notation < "hvbox( f ^ break x )"
- left associative with precedence 65
+notation < "hvbox( term 66 f ^ break term 90 x )"
+ non associative with precedence 65
for @{ 'Exp $X $f $x }.
-notation > "hvbox( f ^ break x )"
- left associative with precedence 65
+notation > "hvbox( f ^ break term 90 x )"
+ non associative with precedence 65
for @{ 'Exp ? $f $x }.
-notation > "hvbox( f ^{ break term 46 X } break term 65 x )"
+notation > "hvbox( f ^{ break term 46 X } break term 90 x )"
non associative with precedence 65
for @{ 'Exp $X $f $x }.
#n #IH #f1 #g2 #H
elim (pr_eq_inv_push_sn … H) -H [|*: // ] #Hf10 *
elim (IH … Hf10) -IH -Hf10 #Hf12 #H1
-/2 width=1 by conj/
+<pr_tls_succ /2 width=1 by conj/
qed-.
(*** eq_inv_pushs_dx *)
#n #IH #f2 #g1 #H
elim (pr_eq_inv_push_dx … H) -H [|*: // ] #Hf02 *
elim (IH … Hf02) -IH -Hf02 #Hf12 #H2
-/2 width=1 by conj/
+<pr_tls_succ /2 width=1 by conj/
qed-.