Skip to content

Commit

Permalink
convex_stone
Browse files Browse the repository at this point in the history
  • Loading branch information
t6s committed Apr 17, 2024
1 parent e686fb2 commit abf40fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions probability/convex_stone.v
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ Qed.
Lemma Convn_perm_1 n (d : {fdist 'I_n}) (g : 'I_n -> A) :
<|>_d g = <|>_(fdistI_perm d 1%g) (g \o (1%g : 'S_n)).
Proof.
rewrite fdistI_perm1; congr (Convn d _).
rewrite fdistI_perm1; congr (Convn _ d _).
by rewrite boolp.funeqE => i /=; rewrite perm1.
Qed.

Expand Down Expand Up @@ -999,7 +999,7 @@ pose G : 'I_3 -> A := [eta (fun=>g ord0) with
ord0 |-> g ord0,
lift ord0 ord0 |-> g (lift ord0 ord0),
ord_max |-> <|>_(fdist_del H1) (fun i : 'I_n.+1 => g (lift ord0 (lift ord0 i)))].
transitivity (Convn D G).
transitivity (Convn conv D G).
erewrite convn3E.
rewrite convnE.
congr (_ <| _ |> _).
Expand Down

0 comments on commit abf40fe

Please sign in to comment.