Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged coq
0
votes
706
views
1
answer
coq - Theorem that finding in a list works properly
I am proving theorem about finding in a list. I got stuck at proving that if you actually found something ... com/questions/65843830/theorem-that-finding-in-a-list-works-properly...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
0
votes
611
views
1
answer
coq - Error when referencing type variable from another file
I am working upon formalization of groups theory in coq. I have 2 files: groups.v - contains ... questions/65908229/error-when-referencing-type-variable-from-another-file...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
0
votes
675
views
1
answer
coq - Printing ssrnat's ".+1" definition
In Ilya Sergey's Programs and Proofs, ssrnat's command .+1 is introduced and used for defining some ... :https://stackoverflow.com/questions/65931381/printing-ssrnats-1-definition...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
0
votes
659
views
1
answer
coq - prove a lemma sum of all elements of a list l is equal to n, (sortascend n) is equal to n
following is the one I'm having trouble with. Lemma sum_asc_dec_eq : forall k1 n , addmem_list( k1) = n -> addmem_list( ... elements-of-a-list-l-is-equal-to-n-sortascend-n-is-e...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
0
votes
565
views
1
answer
coq - How to simplify counting relation between natural numbers
I want to prove the following lemma. I am calling two functions, one is (f_value) defined below. ... questions/65599017/how-to-simplify-counting-relation-between-natural-numbers...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
0
votes
700
views
1
answer
coq - Coq定理证明:Peano算术中的简单分数定律(Coq theorem proving: Simple fraction law in peano arithmetic)
I am learning coq and am trying to prove equalities in peano arithmetic. (我正在学习coq,并试图证明Peano算术中的相等性 ) I got stuck on a ... 档的长期研究,我没有找到答案 ) ask by Falco Winkler translate from so...
asked
Mar 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
0
votes
717
views
1
answer
coq - Coq定理证明:Peano算术中的简单分数定律(Coq theorem proving: Simple fraction law in peano arithmetic)
I am learning coq and am trying to prove equalities in peano arithmetic. (我正在学习coq,并试图证明Peano算术中的相等性 ) I got stuck on a ... 档的长期研究,我没有找到答案 ) ask by Falco Winkler translate from so...
asked
Mar 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
0
votes
589
views
1
answer
coq - Coq定理证明:Peano算术中的简单分数定律(Coq theorem proving: Simple fraction law in peano arithmetic)
I am learning coq and am trying to prove equalities in peano arithmetic. (我正在学习coq,并试图证明Peano算术中的相等性 ) I got stuck on a ... 档的长期研究,我没有找到答案 ) ask by Falco Winkler translate from so...
asked
Feb 21, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
0
votes
591
views
1
answer
coq - How to simplify counting relation between natural numbers
I want to prove the following lemma. I am calling two functions, one is (f_value) defined below.Second one is l_count - it requires two input ... -> (0 = f_value ((S n) l + S p)l)....
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
0
votes
663
views
1
answer
coq - How to print 'forall' as 'Π' in a one-time setting in coqdoc?
I was able to get coqdoc to print forall as Π, using (** printing forall %Π% #Π# *). However, it is a pain to add ... are not part of ASCII. That may have something to do with it....
asked
Feb 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
0
votes
567
views
1
answer
coq - How to print 'forall' as 'Π' in a one-time setting in coqdoc?
I was able to get coqdoc to print forall as Π, using (** printing forall %Π% #Π# *). However, it is a pain to add ... are not part of ASCII. That may have something to do with it....
asked
Feb 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
0
votes
548
views
1
answer
coq - How to print 'forall' as 'Π' in a one-time setting in coqdoc?
I was able to get coqdoc to print forall as Π, using (** printing forall %Π% #Π# *). However, it is a pain to add ... are not part of ASCII. That may have something to do with it....
asked
Feb 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
0
votes
549
views
1
answer
coq - Why do Calculus of Construction based languages use Setoids so much?
One finds that Setoids are widely used in languages such as Agda, Coq, ... Indeed languages such as Lean have argued ... HoTT (such as cubical Agda) reduce the need for Setoids?...
asked
Jan 29, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
0
votes
757
views
1
answer
coq - Why do Calculus of Construction based languages use Setoids so much?
One finds that Setoids are widely used in languages such as Agda, Coq, ... Indeed languages such as Lean have argued ... HoTT (such as cubical Agda) reduce the need for Setoids?...
asked
Jan 29, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
coq
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] monorepo模式下如何动态修改package.json中的module值
[2] 优化项目从哪几点下手
[3] Remove Word from Paragraph Using Javascript
[4] Android Studio依赖加载重复
[5] React中多层组件嵌套,最深层组件的props失去状态,不能改变值
[6] Fail2ban无法启用sshd jail
[7] javascript - How to Bring All of an Objects Properties ForeFront?
[8] 两个实现多选的逻辑求优化
[9] web - Get access to the one site with one account in two different computer
[10] junit - Learning Java Test-Driven Development
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...