Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
604273d
probabilistic language using mca's kernels
affeldt-aist Apr 12, 2023
f8cdda2
syntax and denotational semantics
AyumuSaito Feb 14, 2023
90940e2
rm duplicate, more uniform naming
affeldt-aist Sep 16, 2023
e32f6f5
add binary operations
AyumuSaito Sep 23, 2023
a61321c
minor fixes, updates, rebases
affeldt-aist Oct 10, 2023
807921b
casino example and extensions
AyumuSaito Feb 14, 2023
ecf74c6
bernoulli_trunc measurable
affeldt-aist Jan 9, 2024
af59a48
add Nat and 0<=p<=1 problem
AyumuSaito Jan 12, 2024
c693982
progress
affeldt-aist Jan 16, 2024
69b4f94
minor fixes
AyumuSaito Feb 14, 2023
9f067e4
several admits proved
affeldt-aist Jan 16, 2024
d60e272
definition beta
AyumuSaito Jan 18, 2024
aaa5f8c
fix
affeldt-aist Feb 15, 2024
1d16b5f
write casino (wip)
AyumuSaito Feb 16, 2024
b8e9f8c
WIP
affeldt-aist Feb 20, 2024
5346acf
progress in proving the casino exampl
AyumuSaito Feb 20, 2024
dbb450f
admit about fact and adjustment of exp but casino broken
affeldt-aist Feb 27, 2024
e22d009
fix
AyumuSaito Feb 27, 2024
2c17deb
minor progress
affeldt-aist Mar 1, 2024
e7efb83
casino example (wip)
AyumuSaito Mar 6, 2024
7b7eac5
complete the casino example
affeldt-aist Mar 24, 2024
432aa3e
beta_bdf_uniq_ae, integral_indicator_function
IshiguroYoshihiro Aug 25, 2024
7cb6ef4
fix
affeldt-aist Sep 18, 2024
a84fa16
generalize case_sum
affeldt-aist Oct 24, 2024
b4ba70d
Von Neumann Trick Proof complete
CohenCyril Dec 24, 2024
c93ef06
probability_fin can be avoided
affeldt-aist Dec 27, 2024
8afcacb
Better Von Neumann trick + generalization
CohenCyril Dec 29, 2024
b14eeed
doc
affeldt-aist Jan 1, 2025
cffe6c9
golfing
CohenCyril Jan 2, 2025
ba8406d
use gauss_integral to complete another example
affeldt-aist Jan 3, 2025
33447e3
fix after rebase
affeldt-aist Jun 5, 2025
352c015
adjustment
affeldt-aist Oct 10, 2024
bd9192f
progress
IshiguroYoshihiro Jan 14, 2025
f1ddb72
one admit in helloright
affeldt-aist Mar 12, 2025
4388175
wip
IshiguroYoshihiro Mar 12, 2025
cebf16d
minor progress
affeldt-aist Mar 12, 2025
c22ec62
Prob lang noisy (#29)
IshiguroYoshihiro Mar 17, 2025
5da86da
various fixes
affeldt-aist Mar 18, 2025
18827ff
normal_probD
IshiguroYoshihiro Mar 19, 2025
6391485
various fixes
affeldt-aist Mar 20, 2025
127ea2b
exponential_prob and noisyAB'_rearrange (#35)
IshiguroYoshihiro Mar 25, 2025
12567cb
minor cleaning
affeldt-aist Mar 25, 2025
e3b8d6f
to avoid overflow with small RAM (#39)
IshiguroYoshihiro May 9, 2025
948ad5e
cleaning
affeldt-aist Jun 5, 2025
51680e8
poisson probability (#41)
IshiguroYoshihiro Jun 7, 2025
aa081db
rm dup sections normal_density and normal_probability
affeldt-aist Jun 8, 2025
0e24b17
to accommodate for the integration of lra
affeldt-aist Sep 18, 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 @@ -136,3 +136,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
1 change: 1 addition & 0 deletions coq-mathcomp-analysis.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ depends: [
"coq-mathcomp-solvable"
"coq-mathcomp-field"
"coq-mathcomp-bigenough" { (>= "1.0.0") }
"coq-mathcomp-algebra-tactics" { (>= "1.2.4") }
]

tags: [
Expand Down
4 changes: 2 additions & 2 deletions coq-mathcomp-classical.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ depends: [
"coq-mathcomp-ssreflect" { (>= "2.4.0" & < "2.5~") | (= "dev") }
"coq-mathcomp-fingroup"
"coq-mathcomp-algebra"
"coq-mathcomp-finmap" { (>= "2.1.0") }
"coq-hierarchy-builder" { (>= "1.8.0") }
"coq-mathcomp-finmap" { (>= "2.2.0") }
"coq-hierarchy-builder" { (>= "1.8.1") }
]

tags: [
Expand Down
8 changes: 8 additions & 0 deletions theories/Make
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,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