{
  localUrl: '../page/Logical_Induction_Algorithm_2016.html',
  arbitalUrl: 'https://arbital.com/p/Logical_Induction_Algorithm_2016',
  rawJsonUrl: '../raw/87p.json',
  likeableId: '4037',
  likeableType: 'page',
  myLikeValue: '0',
  likeCount: '0',
  dislikeCount: '0',
  likeScore: '0',
  individualLikes: [],
  pageId: 'Logical_Induction_Algorithm_2016',
  edit: '4',
  editSummary: '',
  prevEdit: '3',
  currentEdit: '4',
  wasPublished: 'true',
  type: 'wiki',
  title: 'Existence Proof of Logical Inductor',
  clickbait: 'A procedure for constructing an algorithm that is a logical inductor relative to any given deductive set.',
  textLength: '4823',
  alias: 'Logical_Induction_Algorithm_2016',
  externalUrl: '',
  sortChildrenBy: 'likes',
  hasVote: 'false',
  voteType: '',
  votesAnonymous: 'false',
  editCreatorId: 'TarnSomervellFletcher',
  editCreatedAt: '2017-04-26 14:47:05',
  pageCreatorId: 'TarnSomervellFletcher',
  pageCreatedAt: '2017-04-12 07:34:04',
  seeDomainId: '0',
  editDomainId: '1472',
  submitToDomainId: '0',
  isAutosave: 'false',
  isSnapshot: 'false',
  isLiveEdit: 'true',
  isMinorEdit: 'false',
  indirectTeacher: 'false',
  todoCount: '0',
  isEditorComment: 'false',
  isApprovedComment: 'false',
  isResolved: 'false',
  snapshotText: '',
  anchorContext: '',
  anchorText: '',
  anchorOffset: '0',
  mergedInto: '',
  isDeleted: 'false',
  viewCount: '9',
  text: '##Broad description##\nRecall that a market $\\overline{\\mathbb{P}}$ is said to satisfy the logical induction criterion relative to a deductive process $\\overline{D}$ if there is no efficiently computable trader $\\overline{T}$ that (plausibly) exploits $\\overline{\\mathbb{P}}$ relative to $\\overline{D}$. A market that meets this criterion is called a logical inductor. Section 5 of the paper shows how to construct a computable belief sequence $\\overline{LIA}$ given a deductive process $\\overline{D}$  that satisfies this criterion.\n\nBasically, the idea is that we can use  Brouwer's Fixed-Point Theorem to construct a market that is never exploited by a *particular* trader  relative to any deductive process, by approximating  the appropriate fixed point.  This can be interpreted as finding the trader's 'fair prices' for each day, so that the trader will mostly abstain from betting for that day, and earn at most a very small amount of value in all worlds. Then, we construct an supertrader to use this construction on to create the market. By cleverly building this trader out of an underlying *set* of traders, we can ensure that if the supertrader never exploits the market, neither do any of the underlying traders. By building the supertrader from an infinite sequence of traders and pitting it against the market in a recursion, we can find the fixed point that guarantees the market isn't exploited by any trader.\n\nLIA is constructed by three subroutines, MarketMaker, TradingFirm, and Budgeter. Budgeter takes a trader, and turns into another trader with a potential loss bounded below by some constant $-b$, but leaves the trader untouched if it wouldn't have fallen below $-b$ otherwise. TradingFirm uses Budgeter to create a supertrader that exploits the marker whenever any trader does by using a computable enumeration of all traders and using more of them each day.  MarketMaker constructs an inexploitable market based on the supertrader created by TradingFirm.\n\n##Details of MarketMaker##\nMarketMaker takes some trader $\\overline{T}$ as an input and on each day $n$ sets price $\\mathbb{P}_n$ on that day that guaruntee that the trades $T_n(\\mathbb{P}_{\\leq n})$ earns at most a small positive value. It does this by finding an approximate fixed point of the "price adjustment" function $\\text{fix}(\\mathbb{V})(\\phi) := \\max{(0,\\min{(1, \\mathbb{V}(\\phi) + T(\\mathbb{P}_{\\leq n-1},\\mathbb{V})[\\phi])})}$. This map is a continuous function from the space of all valuations to itself, and so Brouwer's fixed point theorem applies. \n\nAccordingly, it has some fixed point $\\mathbb{V}^{\\text{fix}}$ of the mapping - that is, for all sentences $\\phi$, $\\mathbb{V}^{\\text{fix}}(\\phi)= \\max{(0,\\min{(1, \\mathbb{V}^{\\text{fix}}(\\phi) + T(\\mathbb{P}_{\\leq n-1},\\mathbb{V}^{\\text{fix}})[\\phi])})}$\n\nBasically, how this works is the function pushes prices up if the n-strategey would buy the shares, and down if it would sell them.  Then, because the function satisfies the technical details of being a 1) continuous function mapping a 2) compact, 3) convex space onto 4) itself - namely $\\mathcal{V}' \\to \\mathcal{V}'$. $\\mathcal{V}'$ is $[0,1]^{S'}$, so it definitely fits. With a function matching those assumptions, Brouwer guarantees the existence of some point $x$ for which $f(x)=x$ - the function doesn't change anything.\n\nApplying this to $\\text{fix}\\mathbb{V}(\\phi)$ guarantees that any shares $T$ buys at the fixed point have value 1, and any shares it sells have a value of 0. Accordingly, in every single world the trader either loses or breaks even. MarketMaker finds a computable approximation, call it $\\mathbb{P}$ to that fixed point, so that those conditions are true to within some small positive error - that is, the shares $T$ buys have value greater than $1-2^{-n}$, and those shares it sells have value less than $2^{-n}$.\n\n##Details of Budgeter##\nBudgeter modifies a trader to limit its' possible losses without affecting its' possible wins. It is a function $B(n,b, T_n, \\mathbb{P}_{\\leq n-1})$ taking as inputs two positive integers (a day and a lower bound), an n-strategy history (the past and current trades made by a trader), and a $(n-1)$ belief history (The set of prices set by the market on past days), and outputs another n-strategy. If there’s a day $m<n$ s.t. a P.C. world on day m thinks the total holdings of the n-strategy history over the first m days are worth less than -b, BUDGETER outputs 0. Basically, if the trader overspends their budget, BUDGETER forbids them from making any future trades. Otherwise, it multiplies the input trader by a scale factor determined by the possible ratio of losses to  the remaining money in the budget (basically, the infimum over all possible worlds of 1 or the inverse of that ratio, whichever is smaller).\n##Details of TradingFirm##',
  metaText: '',
  isTextLoaded: 'true',
  isSubscribedToDiscussion: 'false',
  isSubscribedToUser: 'false',
  isSubscribedAsMaintainer: 'false',
  discussionSubscriberCount: '1',
  maintainerCount: '1',
  userSubscriberCount: '0',
  lastVisit: '',
  hasDraft: 'false',
  votes: [],
  voteSummary: 'null',
  muVoteSummary: '0',
  voteScaling: '0',
  currentUserVote: '-2',
  voteCount: '0',
  lockedVoteType: '',
  maxEditEver: '0',
  redLinkCount: '0',
  lockedBy: '',
  lockedUntil: '',
  nextPageId: '',
  prevPageId: '',
  usedAsMastery: 'false',
  proposalEditNum: '0',
  permissions: {
    edit: {
      has: 'false',
      reason: 'You don't have domain permission to edit this page'
    },
    proposeEdit: {
      has: 'true',
      reason: ''
    },
    delete: {
      has: 'false',
      reason: 'You don't have domain permission to delete this page'
    },
    comment: {
      has: 'false',
      reason: 'You can't comment in this domain because you are not a member'
    },
    proposeComment: {
      has: 'true',
      reason: ''
    }
  },
  summaries: {},
  creatorIds: [
    'TarnSomervellFletcher'
  ],
  childIds: [],
  parentIds: [],
  commentIds: [],
  questionIds: [],
  tagIds: [],
  relatedIds: [],
  markIds: [],
  explanations: [],
  learnMore: [],
  requirements: [],
  subjects: [],
  lenses: [],
  lensParentId: '',
  pathPages: [],
  learnMoreTaughtMap: {},
  learnMoreCoveredMap: {},
  learnMoreRequiredMap: {},
  editHistory: {},
  domainSubmissions: {},
  answers: [],
  answerCount: '0',
  commentCount: '0',
  newCommentCount: '0',
  linkedMarkCount: '0',
  changeLogs: [
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '22508',
      pageId: 'Logical_Induction_Algorithm_2016',
      userId: 'TarnSomervellFletcher',
      edit: '4',
      type: 'newEdit',
      createdAt: '2017-04-26 14:47:14',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '22452',
      pageId: 'Logical_Induction_Algorithm_2016',
      userId: 'TarnSomervellFletcher',
      edit: '3',
      type: 'newEdit',
      createdAt: '2017-04-12 08:18:48',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '22451',
      pageId: 'Logical_Induction_Algorithm_2016',
      userId: 'TarnSomervellFletcher',
      edit: '2',
      type: 'newEdit',
      createdAt: '2017-04-12 07:37:38',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '22450',
      pageId: 'Logical_Induction_Algorithm_2016',
      userId: 'TarnSomervellFletcher',
      edit: '1',
      type: 'newEdit',
      createdAt: '2017-04-12 07:34:04',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    }
  ],
  feedSubmissions: [],
  searchStrings: {},
  hasChildren: 'false',
  hasParents: 'false',
  redAliases: {},
  improvementTagIds: [],
  nonMetaTagIds: [],
  todos: [],
  slowDownMap: 'null',
  speedUpMap: 'null',
  arcPageIds: 'null',
  contentRequests: {}
}