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
705
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
610
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
674
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
564
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
698
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
716
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
588
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
590
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
662
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
548
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] nvue,mpvue,weex是啥?
[2] Node的require(id), id是否可以为变量
[3] vue中 使用 路由懒加载报错 reuqire中使用 模板字符串 嵌入变量 无法找到问题
[4] javascript - What is the proper way to redirect http requests based on the content in database?
[5] axios一段源码看不明白?
[6] Create two dataframes using Pandas from a text file Python
[7] c# - Clickonce tries to install unselected prerequisite
[8] If google tag manager is installed, the scripts of other tools are being downloaded in browser
[9] azure devops migration tools - How to Configure Migrating Closed Work Items?
[10] Set a bool variable if program is running from Eclipse IDE or compiled binary java
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
广告位招租
...