Skip to content

Commit

Permalink
FTBFS due to changes of rpow_def
Browse files Browse the repository at this point in the history
  • Loading branch information
binghe committed Jun 7, 2024
1 parent 6b8beea commit c4a3bb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/probability/martingaleScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -1898,6 +1898,12 @@ Proof
>> PROVE_TAC [FCP_CONCAT_THM]
QED

Theorem pair_operation_CONS :
pair_operation (\x y. [x; y]) (EL 0) (EL 1)
Proof
rw [pair_operation_def]
QED

val general_cross_def = Define
‘general_cross (cons :'a -> 'b -> 'c) A B = {cons a b | a IN A /\ b IN B}’;

Expand Down Expand Up @@ -7696,6 +7702,7 @@ Proof
>> rw [extreal_abs_def]
>> ‘0 < abs (a + b) /\ 0 < abs a /\ 0 < abs b’ by rw []
>> rw [normal_powr, extreal_of_num_def, extreal_add_def, extreal_mul_def, extreal_le_eq]
>> ONCE_REWRITE_TAC [REAL_MUL_COMM]
(* below is real-only *)
>> MATCH_MP_TAC REAL_LE_TRANS
>> Q.EXISTS_TAC ‘(max (abs a powr r) (abs b powr r)) * 2 powr r’
Expand Down

0 comments on commit c4a3bb9

Please sign in to comment.