<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>halting-problem on ✨</title><link>/tags/halting-problem/</link><description>Recent content in halting-problem on ✨</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 16 Dec 2019 20:50:45 -0500</lastBuildDate><atom:link href="/tags/halting-problem/index.xml" rel="self" type="application/rss+xml"/><item><title>Bottom Type and The Halting Problem</title><link>/post/bottom-type/</link><pubDate>Mon, 16 Dec 2019 20:50:45 -0500</pubDate><guid>/post/bottom-type/</guid><description>In my learnings on Category Theory, I&amp;rsquo;ve come across a concept that I have not heard of before but have been using almost daily. It is the concept of the bottom type.
Given a mathematical function, for example:
$$ f(x) = 2x + 3 $$
This function maps an integer to an integer. Some examples of this function in action are
$$ f(2) = 2(2) + 3 = 7 $$ $$ f(5) = 2(5) + 3 = 13 $$ $$ f(6) = 2(6) + 3 = 15 $$</description></item></channel></rss>