Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
169859d
probabilistic language using mca's kernels
affeldt-aist Apr 12, 2023
0b12cc6
syntax and denotational semantics
AyumuSaito Feb 14, 2023
be9718e
rm duplicate, more uniform naming
affeldt-aist Sep 16, 2023
dcef183
add binary operations
AyumuSaito Sep 23, 2023
c4e293c
minor fixes, updates, rebases
affeldt-aist Oct 10, 2023
5519824
casino example and extensions
AyumuSaito Feb 14, 2023
e23b2b4
bernoulli_trunc measurable
affeldt-aist Jan 9, 2024
4b7a631
add Nat and 0<=p<=1 problem
AyumuSaito Jan 12, 2024
4c112dd
progress
affeldt-aist Jan 16, 2024
b727814
minor fixes
AyumuSaito Feb 14, 2023
2787980
several admits proved
affeldt-aist Jan 16, 2024
d86510c
definition beta
AyumuSaito Jan 18, 2024
58b11ee
fix
affeldt-aist Feb 15, 2024
c71e1a7
write casino (wip)
AyumuSaito Feb 16, 2024
5ca8bec
WIP
affeldt-aist Feb 20, 2024
1b9a609
progress in proving the casino exampl
AyumuSaito Feb 20, 2024
d8c2838
admit about fact and adjustment of exp but casino broken
affeldt-aist Feb 27, 2024
f119913
fix
AyumuSaito Feb 27, 2024
ed0f7c8
minor progress
affeldt-aist Mar 1, 2024
e783d09
casino example (wip)
AyumuSaito Mar 6, 2024
4622fac
complete the casino example
affeldt-aist Mar 24, 2024
dda3c56
beta_bdf_uniq_ae, integral_indicator_function
IshiguroYoshihiro Aug 25, 2024
f4f98de
fix
affeldt-aist Sep 18, 2024
4aaa62c
generalize case_sum
affeldt-aist Oct 24, 2024
62e8257
Von Neumann Trick Proof complete
CohenCyril Dec 24, 2024
e526bae
probability_fin can be avoided
affeldt-aist Dec 27, 2024
ca12ba4
Better Von Neumann trick + generalization
CohenCyril Dec 29, 2024
f3a67fe
doc
affeldt-aist Jan 1, 2025
7d37854
golfing
CohenCyril Jan 2, 2025
35b4f28
use gauss_integral to complete another example
affeldt-aist Jan 3, 2025
5f8ec51
fix after rebase
affeldt-aist Jun 5, 2025
3ce0dd9
adjustment
affeldt-aist Oct 10, 2024
98d5294
progress
IshiguroYoshihiro Jan 14, 2025
ce48daa
one admit in helloright
affeldt-aist Mar 12, 2025
ffe27ff
wip
IshiguroYoshihiro Mar 12, 2025
a292982
minor progress
affeldt-aist Mar 12, 2025
e36b428
various fixes
affeldt-aist Mar 18, 2025
1da6452
normal_probD
IshiguroYoshihiro Mar 19, 2025
b94ee42
various fixes
affeldt-aist Mar 20, 2025
e99f521
exponential_prob and noisyAB'_rearrange (#35)
IshiguroYoshihiro Mar 25, 2025
848e17f
minor cleaning
affeldt-aist Mar 25, 2025
a5dccca
to avoid overflow with small RAM (#39)
IshiguroYoshihiro May 9, 2025
da49b12
cleaning
affeldt-aist Jun 5, 2025
5fefd47
to accommodate for the integration of lra
affeldt-aist Sep 18, 2025
0899518
gen cont under int
affeldt-aist Oct 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,11 @@ theories/showcase/pnt.v

analysis_stdlib/Rstruct_topology.v
analysis_stdlib/showcase/uniform_bigO.v
theories/prob_lang.v
theories/prob_lang_wip.v
theories/lang_syntax_util.v
theories/lang_syntax_toy.v
theories/lang_syntax.v
theories/lang_syntax_examples.v
theories/lang_syntax_table_game.v
theories/lang_syntax_noisy.v
8 changes: 8 additions & 0 deletions theories/Make
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,11 @@ pi_irrational.v
gauss_integral.v
all_analysis.v
showcase/summability.v
prob_lang.v
prob_lang_wip.v
lang_syntax_util.v
lang_syntax_toy.v
lang_syntax.v
lang_syntax_examples.v
lang_syntax_table_game.v
lang_syntax_noisy.v
Loading
Loading