Game Info
patreon.com/AXolotlLogicSoftware
Additional problems may be loaded into the app using a simple text based file input language (AXolotl files). Note that only the following unicode symbols are allowed within
AXolotl files ⇒, ⇔, ¬, ∧, ∨,⊤,⊥, ⊢, □, ◦, ε. The symbols ⊢ and ε may only be used for Entailment and the empty list. Furthermore ⊢ will always take two arguments which are lists and constructed using cons and ε. To make this clear we provide multiple example files below:
Function: ◦ 2 infix
Function: a 0
Function: b 0
Function: c 0
Variable: x
Variable: y
Variable: z
Problem: 1 ◦(c,◦(b,a))
Rule: 1 ◦(z,◦(x,y)) ◦(z,◦(y,x)) [C:r]
Rule: 1 ◦(◦(x,y),z) ◦(◦(y,x),z) [C:l]
Rule: 1 ◦(◦(x,y),z) ◦(x,◦(y,z)) [A:r]
Rule: 1 ◦(x,◦(y,z)) ◦(◦(x,y),z) [A:l]
Rule: 0 ◦(a,◦(b,c)) [Goal]
Function: ⇔ 2 infix
Function: ⇒ 2 infix
Function: ∨ 2 infix
Function: p 0
Function: q 0
Variable: x
Variable: y
Variable: z
Variable: w
Problem: 1 ⊢(ε,⇔(∨(p,q),∨(q,p)))
Rule: 2 ⊢(w,cons(⇒(x,y),z)) ⊢(w,cons(⇒(y,x),z)) ⊢(w,cons(⇔(x,y),z)) [⇔:r]
Rule: 1 ⊢(cons(⇒(x,y),cons(⇒(y,x),z)),w) ⊢(cons(⇔(x,y),z),w) [⇔:l]
Rule: 1 ⊢(cons(x,w),cons(y,z)) ⊢(w,cons(⇒(x,y),z)) [⇒:r]
Rule: 2 ⊢(z,cons(x,w)) ⊢(cons(y,z),w) ⊢(cons(⇒(x,y),z),w) [⇒:l]
Rule: 1 ⊢(w,cons(x,cons(y,z))) ⊢(w,cons(∨(x,y),z)) [∨:r]
Rule: 2 ⊢(cons(x,z),w) ⊢(cons(y,z),w) ⊢(cons(∨(x,y),z),w) [∨:l]
Rule: 1 ⊢(w,cons(cons(y,z),x)) ⊢(w,cons(x,cons(y,z))) [shift:r]
Rule: 1 ⊢(cons(cons(y,z),x),w) ⊢(cons(x,cons(y,z)),w) [shift:l]
Rule: 0 ⊢(cons(x,y),cons(x,z)) [AX]
Function: ⇒ 2 infix
Function: ∧ 2 infix
Function: ¬ 1
Function: p 0
Function: q 0
Variable: x
Variable: y
Variable: z
Variable: w
Problem: 1 ⊢(¬(⇒(p,¬(q))),∧(p,q))
Rule: 1 ⊢(cons(x,w),cons(y,z)) ⊢(w,cons(⇒(x,y),z)) [⇒:r]
Rule: 2 ⊢(z,cons(x,w)) ⊢(cons(y,z),w) ⊢(cons(⇒(x,y),z),w) [⇒:l]
Rule: 1 ⊢(cons(x,w),z) ⊢(w,cons(¬(x),z)) [¬:r]
Rule: 1 ⊢(w,cons(x,z)) ⊢(cons(¬(x),w),z) [¬:l]
Rule: 2 ⊢(w,cons(x,z)) ⊢(w,cons(y,z)) ⊢(w,cons(∧(x,y),z)) [∧:r]
Rule: 1 ⊢(cons(x,cons(y,z)),w) ⊢(cons(∧(x,y),z),w) [∧:l]
Rule: 1 ⊢(w,cons(cons(y,z),x)) ⊢(w,cons(x,cons(y,z))) [shift:r]
Rule: 1 ⊢(cons(cons(y,z),x),w) ⊢(cons(x,cons(y,z)),w) [shift:l]
Rule: 0 ⊢(cons(x,y),cons(x,z)) [AX]
Function: ⇒ 2 infix
Function: ∨ 2 infix
Function: ¬ 1
Function: p 0
Function: q 0
Function: ⊥ 0
Variable: x
Variable: y
Variable: z
Variable: w
Problem: 1 ⊢(∨(p,q),⇒(¬(p),q))
Rule: 1 ⊢(cons(x,z),y) ⊢(z,⇒(x,y)) [⇒:I]
Rule: 2 ⊢(w,y) ⊢(w,⇒(y,x)) ⊢(w,x) [⇒:E]
Rule: 1 ⊢(z,x) ⊢(z,∨(x,y)) [∨:I1]
Rule: 1 ⊢(z,y) ⊢(z,∨(x,y)) [∨:I2]
Rule: 3 ⊢(cons(x,z),w) ⊢(cons(y,z),w) ⊢(z,∨(x,y)) ⊢(z,w) [∨:E]
Rule: 2 ⊢(w,y) ⊢(w,⇒(y,x)) ⊢(w,x) [⇒:E]
Rule: 1 ⊢(z,⊥) ⊢(z,x) [⊥:E]
Rule: 1 ⊢(cons(¬(x),z),⊥) ⊢(z,x) [Contra]
Rule: 0 ⊢(cons(x,y),cons(x,z)) [AX]
Rule: 1 ⊢(z,⇒(x,⊥)) ⊢(z,¬(x)) [¬:def1]
Rule: 1 ⊢(z,¬(x)) ⊢(z,⇒(x,⊥)) [¬:def2]
Rule: 1 ⊢(cons(cons(y,z),x),w) ⊢(cons(x,cons(y,z)),w) [shift:l]
Function: ∧ 2 infix
Function: ⇒ 2 infix
Function: □ 1
Function: p 0
Function: q 0
Function: ⊤ 0
Variable: x
Variable: y
Variable: z
Variable: w
Problem: 1 ⊢(ε,⇒(∧(□(p),□(q)),□(∧(p,q))))
Rule: 1 ⊢(y,x) ⊢(□(y),□(x)) [□:r1]
Rule: 1 ⊢(cons(y,z),x) ⊢(cons(□(y),□(z)),□(x)) [□:r2]
Rule: 1 ⊢(cons(x,z),y) ⊢(z,⇒(x,y)) [⇒:r]
Rule: 2 ⊢(z,x) ⊢(z,y) ⊢(z,∧(x,y)) [∧:r]
Rule: 1 ⊢(cons(x,y),z) ⊢(∧(x,y),z) [∧:l]
Rule: 1 ⊢(cons(cons(y,z),x),w) ⊢(cons(x,cons(y,z)),w) [shift:l]
Rule: 0 ⊢(cons(x,y),cons(x,z)) [AX]
Games Related to AXolotl
How to Download and Play AXolotl on PC
- 1Download and install LDPlayer X on your PC.
- 2Enter and search for AXolotl in the search bar at the top left corner.
- 3Click on "Install" to download AXolotl automatically.
- 4Once the installation is completed, click on "Open".
- 5The game will be launched in LDPlayer automatically. Enjoy!
- 6You can also click on the game icon of AXolotl in LDPlayer homepage to start playing.
Advantages of Playing AXolotl on PC with LDPlayer X
Wider Screen
The larger PC screen allows you to capture clearer visual details in AXolotl.
Customized Control
Play games with mouse, keyboard & controller with your own customized setting, guaranteeing a gaming experience for AXolotl comparable to actual PC gaming.
Multi-instance & Synchronizer
Log in to multiple game accounts or play multiple games at the same time. A great time saver for rerolling.
Higher FPS
With more realistic and smooth visual effect, and more coherent action, visual experience and the sense of immersion for AXolotl is greatly optimized.
Game Assistant
Use scripts to simplify complex task processes and complete tasks automatically. Enjoy your game with ease.
Video Record
Record highlights or operation processes in AXolotl to share with your friends.
Computer Configuration for AXolotl PC Version
System
Win10 64-bit or higher, including OpenGL 4.xSystem
Win7 / Win8 / Win8.1 / Win10CPU
8th Gen Intel Core i3-8100 4-core or higher, with VT enabledCPU
Intel or AMD CPU Processor x86 / x86_64, with VT enabledGPU
NVIDIA GeForce GTX1050 Ti 2GB or higherGPU
Windows DirectX 11 / OpenGL 4.0 Graphics DriverMemory
8GB or moreMemory
At least 2GB RAMStorage
10GB or more available space for installation disk, 2GB or more available space for system diskStorage
At least 1GB available memoryMore popular games
Free Fire
PUBG MOBILE
Mobile Legends: Bang Bang
Among Us
Brawl Stars
Clash of Clans
GODDESS OF VICTORY: NIKKE
Call of Duty: Mobile Season 10
Free Fire MAX
PUBG MOBILE LITE
Minecraft: Play with Friends
CookieRun: Kingdom
Ragnarok M: Eternal Love
Epic Seven
Call of Duty®: Mobile - Garena
Roblox
Arknights
Ragnarok X: 4th Job
Clash Royale
Black Desert Mobile
Apex Legends Mobile
AXolotl - FAQ
Q: Is LDPlayer X safe for players?
Q: Can I play AXolotl on PC?
Q: Why is LDPlayer X the best platform to play AXolotl on PC?
The powerful built-in Android emulator lets you immerse yourself in every small detail of the game.
Additionally, it allows you to simply play numerous popular games in your browser, such as Brawl Stars and Roblox.
You can also enjoy the best top-up discount for popular games on LDShop.