Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
b7ed040
probabilistic language using mca's kernels
affeldt-aist Apr 12, 2023
8656f2d
syntax and denotational semantics
AyumuSaito Feb 14, 2023
801316a
rm duplicate, more uniform naming
affeldt-aist Sep 16, 2023
ab61bf9
add binary operations
AyumuSaito Sep 23, 2023
660f196
minor fixes, updates, rebases
affeldt-aist Oct 10, 2023
5204134
casino example and extensions
AyumuSaito Feb 14, 2023
fcea1d0
bernoulli_trunc measurable
affeldt-aist Jan 9, 2024
6d0e67e
add Nat and 0<=p<=1 problem
AyumuSaito Jan 12, 2024
b968062
progress
affeldt-aist Jan 16, 2024
3731371
minor fixes
AyumuSaito Feb 14, 2023
c21b83e
several admits proved
affeldt-aist Jan 16, 2024
accbf5d
definition beta
AyumuSaito Jan 18, 2024
74e8f12
fix
affeldt-aist Feb 15, 2024
a60848c
write casino (wip)
AyumuSaito Feb 16, 2024
fb91523
WIP
affeldt-aist Feb 20, 2024
9a5999c
progress in proving the casino exampl
AyumuSaito Feb 20, 2024
fbe2441
admit about fact and adjustment of exp but casino broken
affeldt-aist Feb 27, 2024
1f325b8
fix
AyumuSaito Feb 27, 2024
2882daf
minor progress
affeldt-aist Mar 1, 2024
4547a3c
casino example (wip)
AyumuSaito Mar 6, 2024
bcc89f2
complete the casino example
affeldt-aist Mar 24, 2024
8c327a2
beta_bdf_uniq_ae, integral_indicator_function
IshiguroYoshihiro Aug 25, 2024
e533c3c
fix
affeldt-aist Sep 18, 2024
58e7478
generalize case_sum
affeldt-aist Oct 24, 2024
afcaad2
Von Neumann Trick Proof complete
CohenCyril Dec 24, 2024
1ec0d97
probability_fin can be avoided
affeldt-aist Dec 27, 2024
1d199c2
Better Von Neumann trick + generalization
CohenCyril Dec 29, 2024
bf0c323
doc
affeldt-aist Jan 1, 2025
9b42f82
golfing
CohenCyril Jan 2, 2025
fad7c1d
use gauss_integral to complete another example
affeldt-aist Jan 3, 2025
7cc8245
fix after rebase
affeldt-aist Jun 5, 2025
4707c82
adjustment
affeldt-aist Oct 10, 2024
7b8d3bd
progress
IshiguroYoshihiro Jan 14, 2025
cbcbe71
one admit in helloright
affeldt-aist Mar 12, 2025
1f6f747
wip
IshiguroYoshihiro Mar 12, 2025
56c1576
minor progress
affeldt-aist Mar 12, 2025
e3527f7
Prob lang noisy (#29)
IshiguroYoshihiro Mar 17, 2025
fac4728
various fixes
affeldt-aist Mar 18, 2025
76e09be
normal_probD
IshiguroYoshihiro Mar 19, 2025
c700162
various fixes
affeldt-aist Mar 20, 2025
2622724
exponential_prob and noisyAB'_rearrange (#35)
IshiguroYoshihiro Mar 25, 2025
ed94566
minor cleaning
affeldt-aist Mar 25, 2025
a57636f
to avoid overflow with small RAM (#39)
IshiguroYoshihiro May 9, 2025
c55de4d
cleaning
affeldt-aist Jun 5, 2025
8f5d6ee
poisson probability (#41)
IshiguroYoshihiro Jun 7, 2025
51f8998
rm dup sections normal_density and normal_probability
affeldt-aist Jun 8, 2025
e69653c
to accommodate for the integration of lra
affeldt-aist Sep 18, 2025
dc8008e
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 @@ -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.6~") | (= "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